@charset "utf-8";
/* * This is NOT a freeware, use is subject to license terms * @author Miscuz! <526781311@qq.com> * @version 9.20.15 * @support http://www.950085.com */
.wp {
    width: 1200px;
    margin: 0 auto
}

a {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

a.imgzoom img {
    transition: all 0.3s ease 0s
}

a.imgzoom:hover img {
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.1, 1.1);
}

nav:not(.mm-menu) {
    display: none;
}

.header {
    z-index: 99;
    background: #2b2c30;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 87px;
}

.heabber {
    height: 87px;
}

.header .ah1 {
    height: 87px;
    top: 0px;
    position: absolute;
}

.header-ioc {
    float: right;
    margin-top: 20px;
}

.header-ioc a {
    margin-right: 50px;
}

.header-ioc a img:hover {
    cursor: pointer;
}

.header-ioc a em {
    margin-left: 20px;
    position: absolute;
    top: 18px;
}

.header-ioc .headform {
    float: right;
}

.header-ioc .headform .inp {
    outline: none;
    color: #fff;
    width: 170px;
    position: relative;
    bottom: 10px;
    border: 1px solid #2b2c30;
    padding: 0px 10px;
    background: #2b2c30;
    height: 40px;
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
}

.nav-menu a {
    color: #fff;
    font-size: 14px;
}

.nav-menu li {
    padding: 10px 0px;
    line-height: 35px;
}

.nav-menu .mm-navbar {
    padding: 8px 0px;
}

.nav-menu .mm-title {
    color: #fff !important;
    font-size: 16px;
}

.nav-menu .mm-listview {
    margin-top: 0px !important;
}

.nav-menu .mm-btn {
    height: 62px;
}

.page-index {
    width: 100%;
    background: url(../images/index.jpg) no-repeat center;
    background-size: cover !important;
    height: 1080px;
}

.page-index .bkabd {
    width: 130px;
    height: 100px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(../images/indexz.png) no-repeat center;
    background-size: 100% 100%;
}

.page-index .bkabdind {
    width: 100%;
    height: 135px;
    text-align: center;
    position: absolute;
    top: 34%;
}

.page-index1 {
    width: 440px;
    right: 5%;
    top: 15%;
}

.page-index1 a {
    overflow: hidden;
    border-bottom: 1px solid #8899a2;
    border-top: 1px solid #8899a2;
    display: block;
    height: 154px;
}

.page-index1 a em {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 30px;
    margin-left: 15px;
}

.page-index1 a span {
    margin-top: 20px;
    margin-left: 15px;
    font-size: 18px;
    color: #fff;
    display: block;
}

.page-index1 a:nth-child(2) {
    border-top: none;
    border-bottom: none;
}

.page-index1 a:nth-child(1).cur {
    border-bottom: none !important;
}

.page-index1 a:nth-child(1):hover {
    border-bottom: none;
    border-top: none;
}

.page-index1 a:nth-child(3).cur {
    border-top: none !important;
}

.page-index1 a:nth-child(3):hover {
    border-bottom: none;
    border-top: none;
}

.page-index1 a:hover {
    background: url(../images/4.png) no-repeat center top;
    transition: all 10s ease 0s
}

.page-index1 a:hover em {
    color: white;
    transition: all 0.2s ease 0s
}

.page-index1 a:hover span {
    color: white;
    transition: all 0.2s ease 0s
}

.footind {
    height: 42px;
    background: rgba(18, 20, 23, 0.8);
    color: white;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.footind em {
    font-size: 16px;
    font-weight: bold;
}

.foot {
    height: 42px;
    background: rgba(18, 20, 23, 0.8);
    color: white;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    width: 100%;
}

.foot em {
    font-size: 16px;
    font-weight: bold;
}

.mleft {
    width: 100%;
    height: 60px;
    background: #fff;
    line-height: 60px;
}

.catactit {
    white-space: nowrap;
    text-align: right;
    float: right;
    color: #8c8c8c;
    font-size: 14px;
    margin-right: 5%;
}

.catactit i {
    margin-right: 10px;
    color: #ff0000;
}

.catactit a {
    color: #8c8c8c;
}

.catalist div {
    padding: 0px 0.5%;
    text-align: center;
    margin-left: 40px;
    float: left;
    line-height: 60px;
    color: #565656;
    font-size: 18px;
}

.catalist div a:hover {
    font-size: 20px;
    color: #ff0000;
}

.catalist div.cur a {
    color: #ff0000;
}

.conimgleft {
    overflow: hidden;
    float: left;
    width: 55%;
    height: 100%;
    background: url(../images/1.jpg) no-repeat bottom;
    background-size: cover !important;
}

.conimgright {
    width: 45%;
}

.content {
    height: 90%;
    margin-top: 2%;
    letter-spacing: 1.6pt;
    word-spacing: 4pt;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    padding: 0px 10%;
}

.content em {
    display: block;
    font-size: 24px;
    color: #fff;
    margin: 30px 0px;
}

.zizhiimgleft {
    overflow: hidden;
    float: left;
    width: 55%;
    height: 100%;
    background: #050505;
    background-size: cover !important;
}

.zizhiimgright {
    width: 45%;
}

.indd1 {
    height: 771px;
    width: 100%;
    background-size: cover !important;
    text-align: center;
}

.indd1 .img {
    top: 85%;
}

.indd1 .img:hover {
    cursor: pointer;
}

.indd2 {
    padding-bottom: 70px;
    background: #000;
    width: 100%;
    height: auto;
}

.indd3 {
    background: #000;
    width: 100%;
}

.catactitind {
    background: #fff;
    float: right;
    color: #8c8c8c;
    font-size: 14px;
    margin-right: 5%;
}

.catactitind i {
    margin-right: 10px;
    color: #ff0000;
}

.catactitind a {
    background: #fff;
    color: #8c8c8c;
}

.plugins-css-ind {
    padding: 3%;
}

.plugins-css-ind li {
    float: left;
    margin-top: 10px;
    width: 24.5%;
    margin-right: 0.6%;
}

.plugins-css-ind li .image {
    width: 100%;
    background: #efefef;
}

.plugins-css-ind li .image img {
    width: 100%;
}

.plugins-css-ind li .indcon {
    overflow: hidden;
    padding: 10px 0px;
    height: 30px;
    background: #38393b;
    width: 100%;
}

.plugins-css-ind li .indcon span {
    display: block;
    color: #fff;
    padding: 0px 10px;
}

.plugins-css-ind li .indcon em {
    display: block;
    color: #838588;
    padding: 0px 10px;
    margin-top: 1px;
}

.plugins-css-tuwen {
    padding: 0px 2%;
}

.plugins-css-tuwen li {
    margin-top: 20px;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
}

.plugins-css-tuwen li .image {
    width: 100%;
    background: #d8d8d8;
    height: 140px;
    background-size: cover !important;
}

.plugins-css-tuwen li .image img {
    width: 100%;
}

.plugins-css-tuwen li .indcon em {
    height: 19px;
    overflow: hidden;
    display: block;
    color: #838588;
    padding: 0px 10px;
    font-size: 14px;
    margin-top: 10px;
}

.plugins-css-qiye {
    padding: 5% 3% 3% 3%;
}

.plugins-css-qiye .swipli a {
    display: block;
}

.plugins-css-qiye .swipli .image {
    width: 100%;
}

.plugins-css-qiye .swipli .image img {
    width: 100%;
}

.plugins-css-qiye .swipli .indcon {
    overflow: hidden;
    padding: 10px 0px;
    height: 30px;
    background: #38393b;
    width: 100%;
}

.plugins-css-qiye .swipli .indcon span {
    display: block;
    color: #fff;
    padding: 0px 10px;
}

.plugins-css-qiye .swips {
    padding-top: 3%;
}

.plugins-css-qiye .swips1 {
    position: static !important;
    right: 45%;
    z-index: 99;
    width: 10px !important;
    height: 19px !important;
    background-size: 100% 100%;
    background-image: url(/app/static/images/002.png) !important;
}

.plugins-css-qiye .swips2 {
    position: static !important;
    left: 45%;
    z-index: 99;
    width: 10px !important;
    height: 19px !important;
    background-size: 100% 100%;
    background-image: url(/app/static/images/001.png) !important;
}

.plugins-css-qiye .swips3 {
    position: relative;
    bottom: 3px;
}

.plugins-css-qiye .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 25%;
    background: #888888 !important;
    margin: 0px 3px;
}

.plugins-css-zizhi {
    padding: 5% 3% 3% 3%;
}

.plugins-css-zizhi .swipli .image {
    width: 100%;
}

.plugins-css-zizhi .swipli .image img {
    width: 100%;
}

.plugins-css-zizhi .swipli .indcon {
    overflow: hidden;
    padding: 5px 0px;
    height: 30px;
    width: 100%;
}

.plugins-css-zizhi .swipli .indcon span {
    display: block;
    color: #fff;
    padding: 0px 10px;
}

.plugins-css-zizhi .swips {
    padding-top: 1%;
}

.plugins-css-zizhi .swips1 {
    position: static !important;
    right: 45%;
    z-index: 99;
    width: 10px !important;
    height: 19px !important;
    background-size: 100% 100%;
    background-image: url(/app/static/images/002.png) !important;
}

.plugins-css-zizhi .swips2 {
    position: static !important;
    left: 45%;
    z-index: 99;
    width: 10px !important;
    height: 19px !important;
    background-size: 100% 100%;
    background-image: url(/app/static/images/001.png) !important;
}

.plugins-css-zizhi .swips3 {
    position: relative;
    bottom: 3px;
}

.plugins-css-zizhi .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 25%;
    background: #888888 !important;
    margin: 0px 3px;
}

.tuwendd1 {
    width: 49%;
    float: left;
    background: #efefef;
}

.tuwendd2 {
    width: 49%;
    float: right;
    height: 100%;
    background-size: cover !important;
!important;
}

.tuwentl {
    height: 150px;
    overflow: hidden;
    width: 100%;
    background: #d8d8d8;
    color: #585858;
    line-height: 25px;
    font-size: 14px;
}

.tuwentl .dd1 {
    float: left;
    margin-right: 3%;
    width: 30%;
    height: 100%;
}

.tuwentl .dd2 div {
    font-size: 14px;
    line-height: 30px;
}

.tuwenc .tuwennav {
    border-bottom: 1px solid #d8d8d8;
    width: 96%;
    margin-left: 2%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 20px;
}

.tuwenc .tuwennav span {
    display: block;
    float: left;
    color: #838588;
}

.tuwenc .tuwennav a {
    color: #838588;
    display: block;
    float: right;
}

.itemimg {
    width: 100%;
    overflow: hidden;
}

.itemimgl {
    width: 80%;
    background: #efefef;
}

.itemimgl .img {
    width: 100%;
    height: 100%;
}

.itemimgl .swiper-slide {
    width: 100% !important;
}

.itemimgl .wnext {
    margin-top: 0px;
    top: 0px !important;
    right: 0px;
    width: 50px;
    height: 100%;
    background: #0e0e0e;
    opacity: 0.8;
}

.itemimgl .wnext a {
    display: block;
    background: url(../images/02.png) no-repeat center;
    position: absolute;
    top: 45%;
    left: 40%;
    width: 21px;
    height: 58px;
}

.itemimgl .wprev {
    margin-top: 0px;
    top: 0px !important;
    left: 0px;
    width: 50px;
    height: 100%;
    background: #0e0e0e;
    opacity: 0.8;
}

.itemimgl .wprev a {
    display: block;
    background: url(../images/01.png) no-repeat center;
    position: absolute;
    top: 45%;
    right: 40%;
    width: 21px;
    height: 58px;
}

.itemimgr {
    width: 20%;
    height: 100%;
    background: url(../images/2.jpg) no-repeat center;
    background-size: cover !important;
}

.itemimgr .con {
    padding-top: 20%;
    color: #fff;
    line-height: 25px;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
    letter-spacing: 1pt;
}

.itemimgr .con span {
    font-size: 16px;
    display: block;
}

.twitemimgl {
    text-align: center;
    width: 53%;
    height: 100%;
    background: #efefef;
}

.twitemimgl .dd1 {
    margin-top: 20px;
    font-size: 20px;
    color: #464646;
}

.twitemimgl .dd2 {
    font-size: 12px;
    color: #9c9c9c;
    margin-top: 15px;
}

.twitemimgl .dd3 {
    padding: 0px 5%;
    text-align: left;
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 15px;
}

.twitemimgl .dd3 img {
    max-width: 80% !important;
    margin-bottom: 5px;
}

.twitemimgr {
    width: 47%;
    height: 100%;
    background-size: cover !important;
}

.qiyeitemimgl {
    width: 55%;
    background: #000;
}

.qiyeitemimgl .dd1 {
    height: 50%;
    overflow: hidden;
}

.qiyeitemimgl .dd1 em {
    font-size: 14px;
    line-height: 30px;
    padding: 6% 5% 0% 5%;
    display: block;
    color: #fff;
}

.qiyeitemimgl .dd2 {
    padding-right: 5%;
    height: 50%;
    padding-left: 5%;
}

.qiyeitemimgl .dd2 .ss1 {
    height: 30px;
    font-size: 20px;
    color: #fff;
}

.qiyeitemimgl .dd2 .ss2 {
    margin-top: 2%;
}

.qiyeitemimgl .dd2 .ss2 .img {
    width: 100%;
}

.qiyeitemimgl .dd2 .ss2 .img img {
    width: 100%;
}

.qiyeitemimgl .dd2 .ss2 .con {
    padding: 0px 2%;
    height: 70px;
    overflow: hidden;
    width: 96%;
    background: #7a7d81;
    color: #fff;
}

.qiyeitemimgl .dd2 .ss2 .con em {
    font-size: 16px;
    padding-top: 10px;
    display: block;
}

.qiyeitemimgl .dd2 .ss2 .con span {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.qiyeitemimgl .dd2 .ss2 .qisw1 {
    z-index: 99;
    width: 10px !important;
    height: 19px !important;
    background-size: 100% 100%;
    background-image: url(/app/static/images/002.png) !important;
}

.qiyeitemimgl .dd2 .ss2 .qisw2 {
    z-index: 99;
    width: 10px !important;
    height: 19px !important;
    background-size: 100% 100%;
    background-image: url(/app/static/images/001.png) !important;
}

.qiyeitemimgl .dd2 .ss2 .qisw1.swiper-button-disabled {
    opacity: 0 !important;
}

.qiyeitemimgl .dd2 .ss2 .qisw2.swiper-button-disabled {
    opacity: 0 !important;
}

.qiyeitemimgr {
    width: 45%;
}

.qiyeitemimgr .dd1 {
    padding: 0px 1%;
    width: 28%;
    height: 100%;
    background: #8d9496;
}

.qiyeitemimgr .dd1 .ss1 {
    font-size: 25px;
    color: #fff;
    padding-top: 40px;
}

.qiyeitemimgr .dd1 .ss2 {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.qiyeitemimgr .dd1 .ss3 {
    font-size: 14px;
    margin-top: 40px;
    color: #fff;
    line-height: 25px;
}

.ydpage {
    display: none;
}

.catapn {
    margin: 0px 5%;
    text-align: left;
    margin-top: 20px;
    font-size: 12px;
    border-top: 1px solid #464646;
    color: #464646;
}

.catapn a {
    font-size: 14px;
    color: #464646;
}

.nodata {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.pcpage {
    margin-top: 50px;
}

@media screen and (max-width: 1440px) {
    .plugins-css-zizhi .swipli .image {
        width: 85%;
    }

    .pcpage {
        margin-top: 10px;
    }


}

@media screen and (max-width: 1200px) {
    .plugins-css-qiye {
        padding: 3% 3% 3% 3%;
    }

    .plugins-css-qiye .swips {
        padding-top: 2%;
    }

    .indd2 {
        padding-bottom: 20px;
    }

    .catalist div {
        margin-left: 10px;
    }
}

@media screen and (max-width: 960px) {
    .catactit {
        float: left;
        margin-left: 2px;
    }

    .plugins-css-ind li {
        width: 49%;
        margin-right: 0.5%;
        margin-left: 0.5%;
        margin-top: 10px;
    }

    .plugins-css-ind li .indcon {
        height: 50px;
    }

    .itemimg {
        height: auto !important;
    }

    .itemimgl {
        width: 100%;
        height: auto !important;
    }

    .itemimgl img {
        min-width: auto;
        width: 100%;
    }

    .itemimgl .wprev {
        width: 30px;
    }

    .itemimgl .wprev a {
        right: 20%;
        top: 35%;
    }

    .itemimgl .wnext {
        width: 30px;
    }

    .itemimgl .wnext a {
        left: 20%;
        top: 35%;
    }

    .itemimgr {
        width: 100%;
        height: auto !important;
    }

    .itemimgr .con {
        padding-top: 10%;
    }

    .qiyeitemimgl {
        width: 100%;
    }

    .qiyeitemimgr {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .indd3 {
        height: auto !important;
    }

    .header-ioc {
        margin-top: 30px;
    }

    .header-ioc img {
        height: 30px;
    }

    .header-ioc a em {
        top: 26px;
    }

    .header-ioc .headform .inp {
        width: 100px;
    }

    .header .ah1 {
        height: 70px;
        top: 10px;
    }

    .catactit {
        width: 100%;
        margin-right: 0px;
        text-align: left;
    }

    .content {
        padding: 0px 5%;
        margin-top: 5%;
        letter-spacing: 0.5pt;
        line-height: 24px;
    }

    .conimgleft {
        width: 100%;
    }

    .conimgright {
        display: none;
    }

    .zizhiimgleft {
        width: 100%;
        height: auto !important;
    }

    .zizhiimgright {
        display: none;
    }

    .plugins-css-zizhi .swipli .indcon {
        height: 10px;
    }

    .tuwendd1 {
        width: 100%;
        height: auto !important;
    }

    .tuwendd2 {
        display: none;
    }

    .twitemimg {
        height: auto !important;
    }

    .twitemimgl {
        width: 100%;
    }

    .twitemimgr {
        display: none;
    }

    .tuwenc .tuwennav {
        width: 93%;
        padding-left: 3%;
        margin: 0px 0px;
        margin-top: 10px;
    }

    .plugins-css-tuwen li {
        margin-bottom: 10px;
        width: 47.8%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .header .ah1 {
        height: 58px;
        top: 16px;
    }
}

@media screen and (max-width: 500px) {
    .plugins-css-qiye .swips {
        padding-top: 7%;
    }

    .pcpage {
        display: none;
    }

    .ydpage {
        display: block;
    }

    .header {
        height: 55px;
    }

    .heabber {
        height: 55px;
    }

    .header-ioc {
        margin-top: 17px;
    }

    .header-ioc img {
        height: 20px;
    }

    .header-ioc a {
        margin-right: 2px;
    }

    .header-ioc a em {
        top: 9px;
        margin-left: 5px;
    }

    .header-ioc .headform .inp {
        margin-left: 5px;
        width: 80px;
    }

    .header-ioc .headform img {
        position: relative;
        top: -4px;
    }

    .header .ah1 {
        height: 35px;
        top: 12px;
    }

    .page-index1 {
        position: relative !important;
        width: 75%;
        margin: 0px auto;
        top: 90px;
        left: 0px;
    }

    .page-index1 a {
        height: 100px;
    }

    .page-index1 a em {
        margin-top: 15px;
        font-size: 14px;
    }

    .page-index1 a span {
        margin-top: 15px;
        font-size: 18px;
    }

    .page-index1 a:hover {
        background-size: 100% 100%;
        transition: all 0s ease 0s
    }

    .page-index .bkabdind {
        display: none;
    }

    .mleft {
        height: auto;
        line-height: 40px;
    }

    .conimgleft {
        width: 100%;
        height: auto !important;
    }

    .conimgright {
        display: none;
    }

    .catactit {
        display: none;
    }

    .catalist div {
        width: 49%;
        margin-left: 0px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .qiyeitemimgl {
        height: auto !important;
        padding-bottom: 10%;
    }

    .qiyeitemimgl .dd2 {
        padding-right: 5%;
    }

    .tuwentl {
        width: 100%;
        height: 125px;
    }

    .tuwentl .dd1 {
        width: 50%;
    }
}
